From: Richard M. Stallman Date: Mon, 20 Jan 2003 08:54:46 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28722 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9085af691fa456f0c803a9dace7f42d2e6e0edb5;p=emacs.git Comment change. --- diff --git a/src/xdisp.c b/src/xdisp.c index 5f57e9725fc..009074ede9d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -10233,10 +10233,12 @@ redisplay_window (window, just_this_one_p) } else if ((w != XWINDOW (minibuf_window) || minibuf_level == 0) + /* Quail displays non-mini buffers in minibuffer window. + In that case, redisplay the window normally. */ && !NILP (Fmemq (w->buffer, Vminibuffer_list))) { - /* W is a mini-buffer window, but it's not the currently - active one, so clear it. */ + /* W is a mini-buffer window, but it's not active, so clear + it. */ int yb = window_text_bottom_y (w); struct glyph_row *row; int y;